home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 August
/
Chip_2004-08_cd1.bin
/
opsys
/
macos
/
mails
/
mails.dmg
/
.ReadMe Parts
/
aamann.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2004-04-17
|
2KB
|
125 lines
/*
aamann.css
Andreas Amann
(c) 2002-2004
*/
body
{
margin: 0px;
background: #FFFFFF url(OSX_Lines.gif);
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 16px;
text-align: left;
padding: 20px 20px 4em 20px;
}
a
{
text-decoration: none;
font-weight: bold;
background-image: inherit;
text-shadow: #909090 3px 3px 3px;
}
a:active, a:hover
{
color: #0000FF;
background-color: inherit;
text-decoration: underline;
}
a:link, a:visited
{
color: #FF0000;
background-color: inherit;
}
td
{
font-family: "Courier new", Courier, monospace;
font-size: 10px;
vertical-align: bottom;
background-color: #C0C0C0;
color: #000000;
padding: 20px;
}
h1
{
font-size: 16px;
line-height: 32px;
padding-top: 10px;
padding-bottom: 10px;
font-style: italic;
font-weight: bolder;
text-align: center;
text-shadow: #909090 4px 4px 5px;
}
h2
{
font-size: 14px;
font-style: normal;
font-weight: bolder;
text-align: left;
background-color: #AAAAAA;
padding: 4px 20px 4px 20px;
color: #FFFFFF;
text-shadow: #909090 4px 4px 4px;
}
h2 a:hover
{
color: inherit;
background-color: inherit;
text-decoration: inherit;
}
h3
{
font-size: 12px;
font-style: normal;
font-weight: bold;
text-align: left;
}
h4
{
font-size: 10px;
font-style: normal;
font-weight: bold;
text-align: left;
text-decoration: none;
}
img
{
border: 0px solid #000000;
}
ul
{
padding-left: 1.5em;
}
.listing
{
font-family: "Courier new", Courier, monospace;
font-size: 10px;
background-color: #C0C0C0;
color: #000000;
}
.description
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
vertical-align: top;
background: #FFFFFF url(OSX_Lines.gif);
color: #000000;
text-align: left;
padding: 20px;
}
#bottom
{
font-size: 9px;
line-height: 14px;
color: #808080;
background: inherit;
position: fixed; bottom: 0px; left: 0px; width: 100%;
text-align: center;
padding: 6px 0px 4px 0px;
border-top: dotted 1px #999999;
}
/* EOF */